dump, storage - traducción al árabe
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

dump, storage - traducción al árabe

RECORD OF MEMORY AT THE EXACT MOMENT A COMPUTER PROGRAM CRASHES, IS TERMINATED OR EXPLICITLY REQUESTS A DUMP
Core file; Core Dump; Memory dump; Coredump; Dumpfile; Dump file; Crash dump; Vmcore; Minidump; Crashdump; Dump core; Storage dump

dump, storage      
إفراغ محتويات الذاكرة
storage dump         
تفريغ محتويات الذاكرة
core dump         
طبع محتوى الذاكرة

Definición

core dump
<programming, operating system, jargon> Common Iron Age jargon, preserved by Unix for a memory dump. The term is also used for a complete account of a human's knowledge on some subject (also brain dump), especially in a lecture or answer to an exam question. [Jargon File] (2007-05-09)

Wikipedia

Core dump

In computing, a core dump, memory dump, crash dump, storage dump, system dump, or ABEND dump consists of the recorded state of the working memory of a computer program at a specific time, generally when the program has crashed or otherwise terminated abnormally. In practice, other key pieces of program state are usually dumped at the same time, including the processor registers, which may include the program counter and stack pointer, memory management information, and other processor and operating system flags and information. A snapshot dump (or snap dump) is a memory dump requested by the computer operator or by the running program, after which the program is able to continue. Core dumps are often used to assist in diagnosing and debugging errors in computer programs.

On many operating systems, a fatal exception in a program automatically triggers a core dump. By extension, the phrase "to dump core" has come to mean in many cases, any fatal error, regardless of whether a record of the program memory exists. The term "core dump", "memory dump", or just "dump" has also become jargon to indicate any output of a large amount of raw data for further examination or other purposes.